home *** CD-ROM | disk | FTP | other *** search
- jprint - print japanese text on a 24 pin dot matrix
-
- 9 July 1990
-
- Mark Edwards
-
- KiCompWare
-
-
- 1. jprint
-
- Jprint is a program to print JIS or EUC encode Japanese on
- either a 9 pin epson compatible printer, a 24 pin compatible epson
- printer or a LaserJet III Series printer (but I think it should
- work on II's). The 9 pin printer output is not near as good as the 24 pin.
-
- The -hd option for the Laserjet III looks pretty good except that you need
- glasses to read it. The 150 dpi output leaves a lot to be desired. It shows
- well that fonts need to be scaled and not simply multiplied by some number.
-
- Uses either jis24, or the 16x16 bitmaps found with MOKE. All font files
- are located in \kanji.
-
-
- The "-f" option can be used to make a file is printable. You can use the
- lpr program to send it to prn: afterwards or use copy /b to send it to
- com1: or prn:
-
- Jprint Version 9 July 1990
- Copyright by Mark Edwards, KiCompWare, All Rights Reserved.
-
- Usage: JPRINT.EXE <-s, -L, -9, -hd -in,-f> <filename>
- -s suppress FF,
- -L Letter Quality (24x24)
- -9 Epson 9 pin compatible mode
- -h Laserjet 'd', d = 'h' then 300dpi, else 150dpi
- -in indent 'n' amount
- -pn set pagelength to 'n'lines
- -f print to "filename.jpt" rather than device
- file can be either JIS or EUC codes
- [Jprint Version 9 July 1990]
- [Copyright by Mark Edwards, KiCompWare, All Rights Reserved.]
-
-